Skip to main content

BlackHoleRegionInfo

The region info format of a black hole. It is the combination of the following types:


Subtype A


BlackHoleSize

It ranges between 500 and 15000. It increments by 1. It is of the type number.


EnterLocation

It is of the type RegionEntryLocation.


Subtype B

It is of the type PlayableRegionInfo.

Luau Type

This is the luau type for BlackHoleRegionInfo. It may help clear up mistranslations from the raw data to the wiki page (as it is an automatic process).

export type BlackHoleRegionInfo = {
StarSize: never,
BlackHoleSize: number,
EnterLocation: RegionEntryLocation,
StarType: never,
OrbitBody: never,
PlanetData: never,
} & PlayableRegionInfo